﻿.bannerImg {
	background-position: center;
}

.bannerImg::before,
.bannerImgMobile::before {
	content:none;
}

.cortesResfriados {
    max-height: auto;
    background-size: cover;
    padding: 2rem 2rem;
}

.sub-item-primario {
    max-width: 100%;
}

.gridd {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.txt_title {
    font-size: 60px;
    color: #A11445;
    font-family: "Mohr-Bold";
    text-align: left;
    line-height: 50px;
    width: 85%;
}

.txt_conteudo{
    font-size: 14px;
    color: #707070;
    font-family: "Mohr-Medium";
    text-align: justify;
    width: 84%;
    line-height: 27px;
}

.campanhaOrgulho{
    padding: 2rem 2rem 0;
}

.content_poli2{
    color: #A11445;
    font-size: 2.0rem;
    font-family: "Mohr-Mediumlt";
    text-transform: uppercase;
}
.gridtes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card {
    width: 90%;
    margin: 20px auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.img-card {
    height: 220px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.card-img-top {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.card-body {
    padding: 1.8rem;
    height: fit-content;
}

.card-title {
    color: #A11445;
    text-align: left;
    font-family: "Mohr-Medium";
}

.card-text {
    font-size: 14px;
    font-family: "Mohr-Medium";
    color: #707070;
    line-height: 1.5;
    text-align: justify;
}
.linhafooter{
    background-color: #A11445;
    height: 6px;
    width: 100%;
    bottom: 0;
}
.simbolo{
    position: absolute;
    bottom: 13px;
    right: 0;
}
.img-simbolo{
    position: relative;
}

.footer-folha {
    position: relative;
    top: 1rem;
}
div#viva-carbono {
    margin-top: 2rem;
}

footer {
    background-color: #fff;
}

footer a, footer p, footer span, footer .fab {
    color: #a0a0a0 !important;
}

footer a:hover, footer p:hover, footer span:hover, footer .fab:hover {
    color: #505050 !important;
}

footer .list-unstyled {
    border-right: 1px solid #a0a0a057;
}

footer .linha {
    border: none;
    border-top: 1px solid #a0a0a057;
}

@media screen and (max-width:1366px) {
    .txt_title,
    .txt_conteudo {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .bannerImgMobile::before {
        content: none;
    }

    .sub-item-primario {
        margin-bottom: 20px;
    }

    #viva-carbono {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:768px){
    .txt_title {
        font-size: 38px;
        text-align: left;
        width: 100%;
    }

    .txt_conteudo {
        font-size: 15px;
        text-align: left;
        width: 100%;
    }

    .gridd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .campanha_content {
        grid-row: footer;
        grid-column: span 2;
    }

    .gridtes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .img-simbolo {
        max-width: 85px;
    }

    .div {
        background-color: transparent;
    }
}

@media screen and (max-width:640px) {
    .gridtes {
        display: grid;
        grid-template-columns: 1fr;
    }

    div#viva-carbono {
        margin-top: 0rem;
    }

    .card {
        width: 100%;
        margin-top: 35px;
    }

    .campanha_content {
        padding-right: 0%;
    }

    .txt_title {
        font-size: 27px;
    }

    .sub-item-secundario {
        width: 65px;
    }

    .gridd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .campanha_content {
        grid-row: footer;
        grid-column: span 2;
    }

    .txt_title {
        font-size: 38px;
        text-align: justify;
        width: 100%;
    }

    .txt_conteudo {
        font-size: 15px;
        text-align: justify;
        width: 100%;
    }

    .img-simbolo {
        display: none;
    }

    .txt_banner {
        position: absolute;
        bottom: 42px;
        padding: 0 0%;
    }
}

@media screen and (max-width:375px) {
    .txt_banner {
        position: absolute;
        bottom: 42px;
        padding: 0 0%;
    }
}

@media screen and (max-width: 320px) {
    .sub-item-primario {
        width: 170px;
    }

    .txt_title {
        font-size: 1.6rem;
    }
}